Skip to content

Instantly share code, notes, and snippets.

@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active September 8, 2026 23:24
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

[!WARNING]

@cheeseonamonkey
cheeseonamonkey / prompt.md
Last active September 8, 2026 23:17 — forked from githubfoam/pentest cheat sheet
general pentest system prompt

You are a senior pentesting / bug-bounty triage assistant for AUTHORIZED assessments only.

Your job is not to “find something reportable.” Your job is to aggressively separate real exploitable security bugs from noise, weak leads, normal behavior, and best-practice-only issues. You are rewarded for killing bad findings early.

OPERATING MODE

  • Be skeptical, terse, technical, evidence-first.
  • Default assumption: not a valid report until exploitability and impact are shown.
  • Prefer manual reasoning, minimal-noise validation, and reproducible proof over scanner-driven guesses.
  • Stay broad in hypothesis generation, narrow in conclusions.
  • Never hype severity. Never use standards language as a substitute for exploit proof.
@jyxjjj
jyxjjj / Disclosure.md
Created July 10, 2026 07:26
AI Author Emails

AI Git Commit Attribution Reference

GitHub Copilot

Application Co-authored-by GitHub API
GitHub Copilot Cloud Agent Co-authored-by: copilot-swe-agent[bot] <198982749+copilot@users.noreply.github.com> copilot-swe-agent[bot]
GitHub Copilot Chat Co-authored-by: Copilot <167198135+copilot[bot]@users.noreply.github.com> copilot[bot]
GitHub Copilot CLI `Co-authored-by: Copilot <167198135+copilot[bot]@u
@JoKenPo
JoKenPo / brew.install.MD
Created February 7, 2025 13:34
install brew without sudo

Homebrew is an open-source software package manager generally used on MacOS systems, but also available for Linux — and it is quite useful for vendor-locked machines or accounts with limited privileges, i.e., no sudo.

Although not officially supported, this guide presents a way to install the software limited to the user space, which may be handy for some use cases.

Install brew First obtain the package and extract its contents to your home folder with:

mkdir -p ~/.local/Homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C ~/.local/Homebrew

@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active September 8, 2026 22:58
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@bpsib
bpsib / BBC-Radio-HLS.m3u
Last active September 8, 2026 22:53 — forked from stengland/BBC-Radio.m3u
BBC Radio Streams
#EXTM3U
#EXTINF:-1,BBC - Radio 1
http://as-hls-ww-live.akamaized.net/pool_01505109/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1Xtra
http://as-hls-ww-live.akamaized.net/pool_92079267/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1Dance
http://as-hls-ww-live.akamaized.net/pool_62063831/live/ww/bbc_radio_one_dance/bbc_radio_one_dance.isml/bbc_radio_one_dance-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1 Anthems (UK Only)
http://as-hls-uk-live.akamaized.net/pool_11351741/live/uk/bbc_radio_one_anthems/bbc_radio_one_anthems.isml/bbc_radio_one_anthems-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 2

Pode parecer intimidador mas te garanto que se seguir o passo a passo que preparei vai conseguir tranquilo E lembra, só precisa fazer esses passos uma vez e vai estar seguro contra imprevistos com seu computador.

🚶‍➡️Passos a seguir

  • Criar conta no github
  • Criar repositório privado no github
  • Pegar link gerado e guardar
  • Instale o git
  • Abra o terminal
  • [[#✉️Configure o name e email]]
@0xdevalias
0xdevalias / generating-synth-patches-with-ai.md
Last active September 8, 2026 22:49
Some notes on generating software synthesizer patches with AI
@mcollina
mcollina / guide.md
Created April 30, 2026 09:41
Configuring minimum release age across npm, pnpm, and yarn

Configuring minimum release age across npm, pnpm, and yarn

Setting a minimum release age (a "cooldown") on dependencies is a cheap, high-leverage defense against supply-chain attacks. Most malicious package versions are detected and yanked within hours, so a 24-hour delay filters out the smash-and-grab incidents (axios 1.14.1, ua-parser-js, Solana web3.js, etc.).

All three major Node.js package managers now support this, but each one used a different name and a different unit. Here is what you need.

Minimum versions

Tool Setting Unit Introduced in
@101arrowz
101arrowz / README.md
Last active September 8, 2026 22:38
Download a McGraw Hill Education eTextbook

Download a McGraw Hill Education eTextbook

If you purchase a textbook from McGraw Hill, the website to view it is clunky and only works on some devices. You can't go to specific page numbers, the search is super slow, etc. That's why I wrote this script to download the textbook as an ePub file for your own viewing.

Using this script is 100% legal. McGraw Hill publicly hosts their ebooks online in order for their web client to download it. Moreover, to use it, you must already have purchased the book you would like to download, so it is legally yours to use as you please. However, it IS illegal to use this for piracy purposes. DO NOT DISTRIBUTE ANY TEXTBOOKS YOU DOWNLOAD USING THIS SCRIPT.